home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 51 / PCGamer51_17Demos.iso / games / UltimateSteroids / uster10r.exe / {app} / config.ini < prev    next >
Text File  |  2001-08-13  |  2KB  |  92 lines

  1. # Ultimate Steroids
  2. # Configuration
  3. # Comments begin with #
  4. #-----------------------------
  5.  
  6. #########################
  7. # VIDEO CONFIGURATION
  8. #########################
  9.    # Rendermethod
  10.    # 0....Software
  11.    # 1....Hardware acceleration
  12. rendermethod = 1
  13.  
  14.  
  15.    # Driver
  16.    # 0....Default (mostly fullscreen)
  17.    # 1....Fullscreen
  18.    # 2....Windowed
  19. driver = 1
  20.  
  21.  
  22.    # Resolution
  23. screen_w = 640
  24. screen_h = 480
  25.  
  26.  
  27.    # Color depth
  28. colordepth = 16
  29.  
  30.  
  31.    # Dithering
  32.    # 0....Disabled
  33.    # 1....Enabled
  34. dither = 1
  35.  
  36.    # Lighting
  37.    # 0....Disabled
  38.    # 1....Enabled
  39. lighting = 1
  40.  
  41. #########################
  42. # GAME CONFIGURATION
  43. #########################
  44.  
  45.    # Player #1 controller
  46.    # 0....Keyboard
  47.    # 1....Mouse
  48. p1_controller = 0
  49.  
  50.    # Fast explosions
  51. fast_explosions = 0
  52.  
  53.    # Clock
  54. clock = 1
  55.  
  56.    # FPS counter
  57. fps_counter = 0
  58.  
  59.    # Menu animation (nice, but stupid...)
  60. menu_anim = 0
  61.  
  62. #########################
  63. # COMPETITION SETTINGS
  64. #########################
  65.  
  66. comp_time_mins = 5
  67. comp_weapon_grade = 1
  68. comp_lifes = 1
  69. comp_best_of = 1
  70.  
  71. #########################
  72. # SOUND / MUSIC CONFIGURATION
  73. #########################
  74.    # Is the sound and music enabled?
  75. sound_and_music = 1
  76.  
  77.  
  78.    # Music volume (0-255)
  79. music_volume = 128
  80.  
  81.  
  82.    # Sound volume (0-255)
  83. sound_volume = 179
  84.  
  85.  
  86.    # Toggling this between 0 and 1 reverses the left/right panning of sounds
  87. flip_pan = 0
  88.  
  89.  
  90.    # User must run the Config.exe before playing
  91. config_run = 0
  92.